-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enable whitelist of multiple operators on a single call #1491
feat: enable whitelist of multiple operators on a single call #1491
Conversation
Changes to gas cost
🧾 Summary (10% most significant diffs)
Full diff report 👇
|
@@ -9,8 +9,10 @@ cd "$parent_path" | |||
cd ../ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Export and source were not working for me. I had to add source scripts/.env
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve but there is missing the tutorial to whitelist operators with the multisig #1493
Whitelist Multiple Operators
Description
This PR adds multiple operator whitelist, changes some make target names, and internal docs about this functionality.
To Test
You can follow the new guide, verify it works.
To Deploy
in testnet: upgrade RegistryCoordinator.
in mainnet: simply deploy.
Type of change
Checklist
testnet
, everything else tostaging